time.Time.setLoc (method)

12 uses

	time (current package)
		format.go#L1290: 			t.setLoc(local)
		format.go#L1295: 		t.setLoc(FixedZone(zoneName, zoneOffset))
		format.go#L1306: 			t.setLoc(local)
		format.go#L1315: 		t.setLoc(FixedZone(zoneName, offset))
		time.go#L204: func (t *Time) setLoc(loc *Location) {
		time.go#L1088: 	t.setLoc(&utcLoc)
		time.go#L1094: 	t.setLoc(Local)
		time.go#L1107: 	t.setLoc(loc)
		time.go#L1256: 		t.setLoc(&utcLoc)
		time.go#L1258: 		t.setLoc(Local)
		time.go#L1260: 		t.setLoc(FixedZone("", offset))
		time.go#L1452: 	t.setLoc(loc)